@f{file}ΒΆ

Writes the contents of a text file (maxium 100 lines).

@f{file(FileName}
@f{file(FileName, LineNo)}

Parameters

FileName

The first parameter is the complete file name.

LineNo

The second parameter can be a line number in the range 1 to 100.

Example

@f{file(c:/test.dat, 10)}

Output:

Output is row no. 10 of file c:/test.dat.

id-1370029